Use the below code to display Slider
<!-- Slider Structure -->
<section class="home2-first-sec-full">
<div class="row">
<div class="col-12 testimonials testimonial-slide">
<div class="testimonies-content text-center">
....
</div>
<div class="testimonies-content text-center">
....
</div>
</div>
</div>
</section>
Use the below code to display Counter
<!-- Counter Structure -->
<section class="counter-section">
<div class="counter-wrapper">
<ul class="counter border-counter" id="counter">
<li class="counter border-counter">
...
</li>
<li class="counter border-counter">
...
</li>
<li class="counter border-counter">
...
</li>
<li class="counter border-counter">
...
</li>
</ul>
</div>
</section>